home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / BASIC / LIB / EVENTSHELL / DOCS / Poll < prev    next >
Text File  |  1996-04-11  |  530b  |  20 lines

  1.  
  2. PROCshell_PollSetInterval()
  3. =>    int    interval between null wimp
  4.          polls in centi-seconds
  5.  
  6. Effectively the time between calls to
  7. PROCshell_DoBackgroundTask.
  8.  
  9. --------------------------------------------------------
  10.  
  11. PROCshell_EnsurePoll
  12. =>    None
  13.  
  14. Ensures that any pending events have been processed,
  15. for example to be sure that a window is really open.
  16. Can also be used to provide multitasking (i.e. other
  17. tasks get a chance to perform processing during a
  18. lengthy operation)
  19.  
  20. --------------------------------------------------------